home *** CD-ROM | disk | FTP | other *** search
/ The New Basics Electronic Cookbook / New Basics Electronic Cookbook, The - 1991a Edition (1991)(Xiphias)[!].iso / dbase / recipe.skema < prev    next >
Text File  |  1991-03-22  |  896b  |  52 lines

  1. // Skema for Silver Palet full index recipes
  2.  
  3. :BASE
  4.     Silver Palet Cook Books
  5.     
  6. :FIELDS
  7.      1, sort
  8.      2, chapter
  9.      3, title
  10.      4, desc
  11.      5, ingred
  12.      6, direc
  13.      7, port
  14.      8, other
  15.      9, keys
  16.      10, type
  17.      10000, id
  18.  
  19. :TREES
  20.     1, normal,   .IDX,     Alpha
  21.     2, numeric,  .NIDX,    Numeric
  22.  
  23. :INDEXES
  24.     1, foods,    normal,  1
  25.     2, titles,   normal,  2
  26.     3, types,    normal,  3
  27.     4, pages,    numeric, 1
  28.     5, chapters, normal,  4
  29.     
  30.  
  31. :SORT
  32. ISAM
  33.  
  34. :INVERT
  35.      keys,    foods,  phrasestem
  36.      type,    types,  phrasestem
  37.      title,   titles, phrase
  38.      sort,    pages,  OneWord
  39.      chapter, chapters, phrase
  40.  
  41. :TITLE
  42.     fixed, 100, .tf
  43.     chapter, ":", title
  44.  
  45. :EVAL
  46.    foods, titles, pages, types, chapters
  47.  
  48. :ISAM
  49.     .
  50.  
  51. :END
  52. ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????